home *** CD-ROM | disk | FTP | other *** search
/ Internet Tools (InfoMagic) / Internet Tools.iso / dos_win / winsock / maillist / 94-05.Z / 94-05 / 000071_news@bigblue.oit.unc.edu_Wed May 4 17:32:39 1994.msg < prev    next >
Internet Message Format  |  1994-05-31  |  2KB

  1. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  2.           id AA19555; Wed, 4 May 1994 17:32:39 -0400
  3. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  4.           id AA14730; Wed, 4 May 1994 17:21:06 -0400
  5. Received: from GATEWAY by bigblue with netnews
  6.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  7. To: winsock@sunsite.unc.edu
  8. Date: Wed, 4 May 1994 09:08:17
  9. From: Gregory_French@brown.edu (Greg French)
  10. Message-Id: <Gregory_French.143.0008109F@brown.edu>
  11. Organization: Brown University
  12. Sender: ses
  13. References: <Cp9p0I.33x@lincoln.gpsemi.com>
  14. Subject: Re: What  is win32s/wsock32.dll ?
  15.  
  16. In article <Cp9p0I.33x@lincoln.gpsemi.com> Colin Helliwell <helliwell_c@lincoln.gpsemi.com> writes:
  17. >From: Colin Helliwell <helliwell_c@lincoln.gpsemi.com>
  18. >Subject: What  is win32s/wsock32.dll ?
  19. >Date: Wed, 4 May 1994 07:33:53 GMT
  20.  
  21. >I'm fairly new to the winsock field, so forgive me if this is a dumb
  22. >question.
  23.  
  24. >I bought an application which installed a win32s directory in
  25. >windows/system, and in this directory is a file called wsock32.dll
  26. >Is this a winsock 'stack' ? I think I saw somewhere that its just a 32-16
  27. >bit interface or something - can someone confirm this for me please. How is
  28. >it used ?
  29.  
  30. >Thanks
  31.  
  32. I believe it's a "wrapper" DLL that exports all the winsock functions as 32 
  33. bit calls for Win32s programs, but does nothing more than translate ("thunk") 
  34. the function down to a 16 bit call in the regular winsock.dll.
  35.  
  36. Greg